home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / toc.arc / TOC.DOC < prev   
Text File  |  1986-08-29  |  5KB  |  148 lines

  1.  
  2.  
  3.  
  4.  
  5.          TABLE OF CONTENTS GENERATOR FOR PC-OUTLINES0*T
  6.                (C) COPYRIGHT J.B.LUNDQUIST 1986
  7.               200 So. Sykes Creek Parkway #109A
  8.                 Merritt Island Florida 32952
  9.  
  10.  
  11.  
  12.          The author is not responsible for any problems
  13.            that may arise in the use of this program.
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.        S0*TPC-OUTLINE is COPYRIGHTED by SOFTWORKS DEVELOPMENT
  24.  
  25.  
  26.  
  27.                        page - 2 -
  28.  
  29.  
  30. -1DOCUMENTATION for USING PC-OUTLINE TABLE OF CONTENTS LISTER.-0
  31.  
  32. This program will generate a table of contents of an outline
  33. created with PC-OUTLINE. .  The outline to be used should be
  34. written to a file under the PRINT option. This option creates
  35. a file with the same name as the outline being used, but with
  36. an extension of <.PRN>.  Under operator control, the table of
  37. contents of either sequential or procedural outlines can be
  38. generated.  Page numbers in the roman numeral sequence i, ii,
  39. iii, etc is used.  Future releases may have the page numbering
  40. as and option also.
  41.  
  42. The following is a description of the various input commands that
  43. can be used to control the TOC generating process.
  44.  
  45. -1SWITCH-0         -1FUNCTION-0    -1<Default value, if used>-0
  46. /B=N           Setting for bottom margin. N = the margin in # of
  47.                lines.<5>.
  48. /C=Filnam.ext  Allows for specifying the PCO configuration file so
  49.                that the saved settings for the PCO outline can be
  50.                input to the TOC program. <None>.
  51. /D=N           Number of levels to list. <2>.
  52. /F=Filnam.ext  Input filename to use for TOC generation. <None>.
  53. /I=N           Left margin (N = number of columns, ie Indent). <5>.
  54. /K=N           Column for manually specified position for page
  55.                number, N = column. <1>. See /P switch.
  56. /L=N           Number of lines per page.<66>.
  57. /N=[P],[S],[B] Type of outline. P = procedural, S = sequential,
  58.                B = bullets.<P>.
  59. /O=Filnam.ext  Output filename. LST: = printer, CON: = console,
  60.                any other will be a file. Prompts befor overwriting
  61.                an existing file. <LST:>.
  62. /P=[L],[R],[C] Specifies location for printing page number.
  63.    [O],[M]     L = left of page, R = right of page, C = center of
  64.                page, O = no page numbering, M = manually specified
  65.                location( see /K switch) <R>.
  66. /S=[C],[S]     Sheet feed control.  C = continous, S = sheet feed,
  67.                ie stops at end of each page. <C>.
  68. /T=N           Top margin setting. <4>.
  69. /X=[N],[Y]     Allow page breaks. N = no page breaks, Y = allow
  70.                breaks.<Y>.
  71. /Z=Filnam.ext  Read in a control file with any or all of the
  72.                various switch configurations.<None>.
  73. /1=C           Character used for first level id.
  74.                C = character. <1>.
  75. /2=C           Character used for second level id.
  76.                C = character. <1>.
  77. /3=C           Character used for third level id.
  78.                C = character. <1>.
  79. /4=C           Character used for fourth level id.
  80.                C = character. <1>.
  81.  
  82.  
  83.  
  84.  
  85.                        page - 3 -
  86.  
  87. -1SWITCH-0         -1FUNCTION-0    -1<Default value, if used>-0
  88. /5=C           Character used for first level punctuation.
  89.                C = character. <.>.
  90. /6=C           Character used for second level punctuation.
  91.                C = character. <.>.
  92. /7=C           Character used for third level punctuation.
  93.                C = character. <)>.
  94. /8=C           Character used for fourth level punctuation.
  95.                C = character. <)>.
  96.  
  97.  
  98. These punctuation characters are only used for sequential
  99. outlines.  The procedural default is <.> and is not
  100. alterable.
  101.  
  102.  
  103. If the control file switch is used on the command line, all
  104. subsequent switches on the same line are ignored.
  105.  
  106. A sample control file may look something like the following:
  107. /f=inputfil.ext
  108. /o=LST:
  109. /n=1
  110. /d=4
  111. /1=A
  112. /2=1
  113. /3=a
  114. /p=l
  115.  
  116. Assuming the above control file was named TOCPCO.CTL. It would
  117. be used on the same command line that the TOC program was invoked
  118. as follows at the DOS prompt.
  119.  
  120. A>TOC/z=tocpco.ctl
  121.  
  122. Note that no comments are allowed in the control file.
  123.  
  124. The following is an example of the switches used on the command
  125. line at the DOS prompt.
  126.  
  127. A>TOC/f=input.fil/d=3/n=p/p=m/k=24
  128.  
  129.  
  130.  
  131.  
  132.                        page - 4 -
  133.  
  134. The following values are copied from the PCO configuration file,
  135. if specified.
  136.  
  137. Lines per page.
  138. Top margin.
  139. Bottom margin.
  140. Left margin.
  141. Type of sheet feed.
  142. Page number location.
  143. Column for manually specified page number location.
  144. Page break status.
  145. Numbering type.
  146. First level letter.
  147. Second level letter.
  148.